docs: rename Container Data Forwarder to Kubex Data Collector and fix…#37
Closed
pgarousi wants to merge 1 commit into
Closed
docs: rename Container Data Forwarder to Kubex Data Collector and fix…#37pgarousi wants to merge 1 commit into
pgarousi wants to merge 1 commit into
Conversation
… parsing errors - Renamed Container Data Forwarder to Kubex Data Collector across all release notes - Updated component descriptions to remove module terminology - Added quick link to Kubex section in New Features page - Removed Data Forwarder, Kubex Automation Engine, and Legacy Kubex Automation Controller sections from Resolved Issues page - Removed Kubex Container Data Collector section from Third Party Software page - Fixed MDX parsing errors: - Fixed malformed <p> tag in Control_Console_Spectrum_Overview.mdx - Updated React import path in Carousel.mdx - Updated Carousel import path in CarouselExample.mdx - Removed unused ImageCard import in Catalog_Map_Tab.mdx
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Pull request overview
Updates the Densify/Kubex documentation set to reflect the rename of “Container Data Forwarder” to “Kubex Data Collector”, removes legacy/redundant release-notes sections, and fixes a few MDX parsing/import issues across snippets and pages.
Changes:
- Renames the “Container Data Forwarder” section to “Kubex Data Collector” and updates related wording in Cloud “New Features”.
- Removes deprecated sections from Cloud release-note pages (“Resolved Issues” and “Third Party Software Updates”).
- Fixes MDX/markup issues (table markup cleanup) and snippet import cleanups (Carousel-related, unused import removal).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| snippets/CarouselExample.mdx | Updates Carousel import path used by the example snippet. |
| snippets/Carousel.mdx | Updates React import path used by the Carousel snippet implementation. |
| docs/WebHelp_Densify/Content/Control_Console/Control_Console_Spectrum_Overview.mdx | Fixes malformed table header markup to avoid MDX/HTML parsing issues. |
| docs/WebHelp_Densify_Cloud/Content/Release_Notes/Third_Party_Software_Updates-Cloud.mdx | Removes the Kubex Container Data Collector third-party section from release notes. |
| docs/WebHelp_Densify_Cloud/Content/Release_Notes/Resolved_Issues-Cloud.mdx | Removes Data Forwarder / legacy Kubex Automation Controller resolved-issues sections. |
| docs/WebHelp_Densify_Cloud/Content/Release_Notes/New_Features_Cloud.mdx | Renames the section to Kubex Data Collector and updates the page’s quick links and wording. |
| docs-kubex/Content/Cloudex/Catalog_Map_Tab.mdx | Removes an unused ImageCard import. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,4 +1,4 @@ | |||
| import { useState, useRef, useEffect } from 'react'; | |||
| import { useState, useRef, useEffect } from '/snippets/react'; | |||
| --- | ||
|
|
||
| import { Carousel } from './Carousel.mdx'; | ||
| import { Carousel } from '/snippets/Carousel.mdx'; |
| </Accordion> | ||
|
|
||
| ## Container Data Forwarder | ||
| ## Kubex Data Collector |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… parsing errors
tag in Control_Console_Spectrum_Overview.mdx - Updated React import path in Carousel.mdx - Updated Carousel import path in CarouselExample.mdx - Removed unused ImageCard import in Catalog_Map_Tab.mdx